| Fully Qualified Name: | Laminas\Hydrator\Strategy\DefaultStrategy |
| Implements: | StrategyInterface |
| Name | Description | Defined By |
|---|---|---|
| extract() | Converts the given value so that it can be extracted by the hydrator. | DefaultStrategy |
| hydrate() | Converts the given value so that it can be hydrated by the hydrator. | DefaultStrategy |
Converts the given value so that it can be extracted by the hydrator.
| Parameter Name | Type | Description |
|---|---|---|
| $value | mixed | The |
| $object |
Returns: mixed Returns the value that should be extracted.
Converts the given value so that it can be hydrated by the hydrator.
| Parameter Name | Type | Description |
|---|---|---|
| $value | mixed | The |
| $data |
Returns: mixed Returns the value that should be hydrated.